In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / IsPixelFormatIndexed Method

IsPixelFormatIndexed Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function IsPixelFormatIndexed( _

   ByVal ImageID As Integer _

) As Boolean
public bool IsPixelFormatIndexed( 

   int ImageID

)
public function IsPixelFormatIndexed( 

    ImageID: Integer

): Boolean; 
public function IsPixelFormatIndexed( 

   ImageID : int

) : boolean;
public: bool IsPixelFormatIndexed( 

   int ImageID

) 
public:

bool IsPixelFormatIndexed( 

   int ImageID

) 

Parameters

ImageID
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members